home *** CD-ROM | disk | FTP | other *** search
/ Gigarom 1 / Gigarom Macintosh Archives (Quantum Leap)(CDRM1080320)(1993).iso / FILES / HYP / C-D / DeveloperStax.cpt / Developer Stack 1.2r / card_26823.txt < prev    next >
Text File  |  1989-02-26  |  1KB  |  45 lines

  1. -- card: 26823 from stack: in.2r
  2. -- bmap block id: 0
  3. -- flags: 0000
  4. -- background id: 2612
  5. -- name: GetDANames
  6.  
  7.  
  8. -- part contents for background part 2
  9. ----- text -----
  10. GetDANames
  11.  
  12. -- part contents for background part 3
  13. ----- text -----
  14. This is an updated version of the XFCN in DevStack 1.1
  15.  
  16. This will return a list of all installed DAs.
  17.  
  18. Send comments & suggestions to Aron Roberts:      CompuServe:  73075,1342
  19.               GEnie:  ARON
  20. ARPA Internet:  csaron@garnet.Berkeley.EDU
  21.             BITNET:  CSARON@UCBCMSA.BITNET
  22.  
  23. This XCMD may be freely distributed.
  24. See also NumberofDAs*
  25.  
  26.  
  27.  
  28. -- part contents for background part 10
  29. ----- text -----
  30. Syntax:
  31.  
  32. getDANames
  33.  
  34. Puts the names of the DAs in the Apple menu into an item list 
  35. COMMAND (in which each item is separated from the next by a comma) in the memory variable container, "namesOfDAs".  If 
  36. "namesOfDAs" does not already exist, it is created automatically.
  37.                 
  38. EXAMPLES:  getDANames -- puts list into "namesOfDAs" container put namesOfDAs into card field "DANames" put item 2 of  namesOfDAs into nameOfSecondDA 
  39.  
  40. The numberOfDAs*() function and getDANames command may be used in any noncommercial or commercial stacks.
  41.  
  42.  
  43. -- part contents for background part 13
  44. ----- text -----
  45. 17